risk
Risk profile information entered as part of a user's fact find
GraphQL Schema
extend type query {
"""Risk profile information entered as part of a user's fact find"""
risk(userId: ID!): Risk!
}
Arguments
Name | Type | Description |
---|---|---|
userId | ID! | Unique ID of the user |
Response Shape
This query returns Risk!
Name | Type | Description |
---|---|---|
id | ID! | Unique ID of the object |
selectedProfile | RiskProfile | |
calculatedProfile | RiskProfile | |
questionnaire | RiskQuestionnaire |